Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add graphql prod deploy workflow #33

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Conversation

manasaV3
Copy link
Contributor

Changes introduced:

Adds GitHub workflow to deploy GraphQL to prod environment.

@manasaV3 manasaV3 requested a review from jgadling March 25, 2024 16:24
deploy-to-prod:
concurrency:
group: prod-cryoet-api-deploy-${{ github.ref }}
cancel-in-progress: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious why this is here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I retained it from the copy pasta, to handle the case where we accidentally trigger multiple executions of prod deployments manually.

@manasaV3 manasaV3 merged commit cd73e0f into main Mar 25, 2024
1 check passed
@manasaV3 manasaV3 deleted the mvenkatakrishnan/prod_deploy branch March 25, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants